home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / bbs / g5109b.zip / G5.ZIP / G5_STRUC.ZIP / NODE1.DAT < prev    next >
Text File  |  1996-11-27  |  2KB  |  44 lines

  1. BBSNAME The Last Call BBS!
  2. BBSTYPE QUICK
  3. SYSOPFIRST Tom
  4. SYSOPLAST Smith
  5. ;FOSSIL
  6. LOCKBAUD 57600
  7. STATUS ON
  8. STATFORE 15
  9. STATBACK 1
  10. COMPORT 4
  11. MAXTIME 56
  12. NODE 1
  13. BBSDROP D:\DOORS\GALAXY5\TEMP
  14. NOOPEN
  15. NORESET
  16. -----------------------------------------------------------------------------
  17.  This is the format of the NODE*.DAT file created by Galaxy 5 upon exiting
  18.  to run an Xport or the LOGON.BAT file (if it exists). Where * is replaced
  19.  by the node number. This drop file is basically for those programming Xports
  20.  using the DDplus door driver package. This file conforms to the proper
  21.  format used by DDplus.
  22. -----------------------------------------------------------------------------
  23. Line 1  - BBS Name.
  24. Line 2  - BBS Type. Reads QUICK because of the fact that Galaxy 5 also
  25.           creates a DORINFO*.DEF file for programmers who abolutely need
  26.           a BBS type drop file to read.
  27. Line 3  - SysOps first name.
  28. Line 4  - SysOps last name.
  29. Line 5  - This line will read FOSSIL if a fossil driver is being used,
  30.           otherwise it will read ;FOSSIL (it will be commented out).
  31. Line 6  - If the baud rate is locked, then it will be shown here, otherwise,
  32.           it will read ;LOCKBAUD 0 (commented out).
  33. Line 7  - Status line ON. If you wanted to, you could always turn it OFF in
  34.           your DDplus Xport at the beginning of your code.
  35. Line 8  - Status line foreground color set to White (you can change it in
  36.           your DDplus Xport).
  37. Line 9  - Status line background color set to Blue (can also be changed via
  38.           DDplus commands).
  39. Line 10 - Com port number.
  40. Line 11 - Time left online for the caller.
  41. Line 12 - Node number of caller.
  42. Line 13 - Path to the drop files created by Galaxy 5. The TEMP subdirectory
  43.           contains DROPFILE.*, NODE*.DAT, DORINFO*.DEF, & DATA*.NFO.
  44.